Airship Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Airship Android SDK
urbanairship-automation
/
com.urbanairship.automation.engine
/
[androidJvm]AutomationDao_Impl
/
upsertSchedules
upsert
Schedules
open
fun
upsertSchedules
(
ids
:
List
<
String
>
,
closure
:
(
in
String
,
in
AutomationScheduleData
)
->
AutomationScheduleData
,
$completion
:
Continuation
<
in
List
<
AutomationScheduleData
>
>
)
:
Any